|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectvitalsFacade.MeasurementAttribute
vitalsFacade.BMIAttribute
BMIAttribute Represents a patient's body mass index.
| Method Summary | |
void |
calculate(java.lang.String newHeight,
java.lang.String newWeight)
Calculates the body mass index from the patient's height and weight. |
void |
load()
Load a particular attribute. |
void |
save()
Save a particular attribute. |
void |
value(java.lang.String newValue)
Just to assure no one sets a new Value. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void calculate(java.lang.String newHeight,
java.lang.String newWeight)
newHeight - patient's height in inchesnewWeight - patient's weight in poundspublic void value(java.lang.String newValue)
newValue - newValuepublic void load()
public void save()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||